home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 21 / Cream of the Crop 21 (Terry Blount) (October 1996).iso / faq / vol15n14.zip / DDGAME.ZIP / ERROR.H < prev    next >
C/C++ Source or Header  |  1996-03-01  |  100b  |  7 lines

  1. #ifndef __ERROR_H
  2. #define __ERROR_H
  3.  
  4. void DDrawError(CString error, HRESULT hResult);
  5.  
  6. #endif
  7.